func runtime/pprof.newProfileBuilder

5 uses

	runtime/pprof (current package)
		pprof.go#L380: 	b := newProfileBuilder(w)
		pprof.go#L447: 	b := newProfileBuilder(w)
		pprof.go#L797: 	b := newProfileBuilder(w)
		proto.go#L253: func newProfileBuilder(w io.Writer) *profileBuilder {
		protomem.go#L16: 	b := newProfileBuilder(w)